home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / fxforge / andrews / yet more noise < prev    next >
Text File  |  1999-06-15  |  430b  |  27 lines

  1. Category: Andrew's Filters 22
  2. Title: Yet More Noise...
  3. Copyright: Freeware
  4. Author: AB
  5. Filename: MoreNozz.8bf
  6.  
  7. R:(c+ctl(0))*c/(ctl(1)+rnd(-ctl(2),ctl(2)))
  8.  
  9. G:(c+ctl(0))*c/(ctl(1)+rnd(-ctl(3),ctl(3)))
  10.  
  11. B:(c+ctl(0))*c/(ctl(1)+rnd(-ctl(4),ctl(4)))
  12.  
  13. A:a
  14.  
  15. ctl[0]: Intensity
  16. ctl[1]: Cut Back
  17. ctl[2]: Red Random
  18. ctl[3]: Green Random
  19. ctl[4]: Blue Random
  20.  
  21. val[0]: 221
  22. val[1]: 62
  23. val[2]: 31
  24. val[3]: 63
  25. val[4]: 142
  26.  
  27.